@charset "utf-8";
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
ul, ol, dl {
  list-style-type: none;
}
html, body {
  *position: static;
  min-width: 1240px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input, textarea, button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
body, th, td, button, input, select, textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 14px;
  color: #333;
  /*  -webkit-font-smoothing: antialiased;*/
  /*  -moz-osx-font-smoothing: grayscale;*/
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
a, area {
  outline: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: 0;
}
sub, sup {
  vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}
img {
  border: 0;
  display: block;
}
a img, img {
  -ms-interpolation-mode: bicubic;
}
/*字体图标*/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont"; /* Project id 4418256 */
  src: url('https://at.alicdn.com/t/c/font_4418256_3jr05s01osq.woff2?t=1706167825215') format('woff2'), url('https://at.alicdn.com/t/c/font_4418256_3jr05s01osq.woff?t=1706167825215') format('woff'), url('https://at.alicdn.com/t/c/font_4418256_3jr05s01osq.ttf?t=1706167825215') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youxiang1:before {
  content: "\e908";
}
.icon-dianhua1:before {
  content: "\e797";
}
.icon-dizhiguanli:before {
  content: "\e63f";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-home:before {
  content: "\e858";
}
.icon-weixin:before {
  content: "\e609";
}
.icon-zixun:before {
  content: "\e671";
}
.icon-lianxiren:before {
  content: "\e814";
}
.icon-fanhuidingbu:before {
  content: "\e65b";
}
.icon-gongchengzhaobiaodaili:before {
  content: "\e61f";
}
.icon-zhengfucaigoudaili:before {
  content: "\e620";
}
.icon-PPPzixun:before {
  content: "\e621";
}
.icon-zaojiazixun:before {
  content: "\e622";
}
.icon-jixiaopingjia:before {
  content: "\e623";
}
.icon-xiangmuguanli:before {
  content: "\e624";
}
.icon-lvyueyanshou:before {
  content: "\e625";
}
.icon-a-lujing184:before {
  content: "\e617";
}
.icon-a-zu130:before {
  content: "\e618";
}
.icon-a-zu181:before {
  content: "\e619";
}
.icon-a-zu179:before {
  content: "\e61a";
}
.icon-dianhua:before {
  content: "\e62a";
}
/*字体图标*/
/* page-w */
/* page-w */
.page-w {
  width: 1200px;
  margin: 0px auto;
}
/*head*/
.header {
  padding: 0px 0px
}
.header .page-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-box {
  flex: 1;
}
.logo-box .logo-img {
  width: 353px;
  height: 55px;
  display: block;
}
.logo-box .logo-img-m {
  width: auto;
  height: 55px;
  display: none;
}
.nav ul {
  display: flex;
  align-content: space-around;
  align-items: center;
}
.nav ul li {
  padding: 30px 15px;
  position: relative;
  display: flex;
  align-items: center;
}
/*子菜单*/
.nav li .sub {
  position: absolute;
  background: #fff;
  left: -1%;
  top: 100%;
  width: 85%;
  z-index: 999;
  transform-origin: 0 0 0;
  transform: translateY(10px) translateX(-10%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
}
.nav li.nav-ywfw .sub {
  width: 115%;
}
.nav li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-10%);
}
.nav li .sub a {
  padding: 5px;
  display: block;
  margin-bottom: 10px;
}
.nav li .sub a:hover {
  color: #E60013;
}
/*子菜单*/
.nav ul li h3 {
  font-size: 16px;
  color: #000000;
}
.nav ul li a:hover h3 {
  color: #E60013;
}
/*head*/
/* sub */
.nav .sub {
  display: none;
}
.top-tel {
  display: flex;
  align-items: baseline;
  color: #E60013;
  padding-left: 20px;
}
.top-tel .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.top-tel span {
  font-size: 21px;
  font-weight: bold;
}
/*当前导航*/
.page-gysc .nav-gysc h3, .page-lxwm .nav-lxwm h3, .page-ywfw .nav-ywfw h3, .page-cgal .nav-cgal h3, .page-zxdt .nav-zxdt h3, .page-zbxx .nav-zbxx h3 {
  color: #E60013;
}
/*head*/
/* banner */
.banner-plane {
  width: 100%;
  min-width: 1200px;
}
.banner-plane .swiper {
  width: 100%;
  height: 100%;
}
.banner-plane .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-plane .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner-plane .swiper-pagination-bullet {}
.banner-plane .swiper-pagination-bullet-active {}
.banner-plane .dots {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background: none;
  opacity: 1;
  margin-right: 7px;
  position: relative;
  box-sizing: border-box;
}
.dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(100%, 100%, 100%, .5);
  border-radius: 50%;
  border: 0;
  background: #FFFFFF;
  transform: scale(.4);
}
.dots svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 1.5;
  stroke-dasharray: 0, 62.8;
  stroke-dashoffset: 62.8;
}
.dots.swiper-pagination-bullet-active::before {
  background-color: #E60013;
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle {
  animation: svgrotate 6.2s forwards;
}
svg.drawcircle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  display: block;
  pointer-events: none;
}
svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 2;
  stroke: none;
  stroke-dasharray: 0, 188.49;
  stroke-dashoffset: 188.49;
  transition: all .3s linear 0s;
}
@-webkit-keyframes svgrotate {
  0% {
    stroke: #E60013;
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke: #E60013;
    stroke-dasharray: 62.8, 0;
    stroke-dashoffset: 62.8;
  }
}
@keyframes enter {}
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
/*banner*/
/*plane-head*/
.plane-head {
  text-align: center;
  padding: 30px 0px;
}
.plane-head p {
  font-size: 26px;
  font-weight: bold;
  color: #0065B4;
}
.plane-head i {
  font-size: 18px;
  color: #B9B9B9;
  text-transform: uppercase;
  font-style: normal;
}
.plane-head .page-w {
  position: relative;
}
.plane-head .head-more {
  position: absolute;
  right: 0px;
  top: 30px;
}
.plane-head .head-more a {
  display: inline-block;
  font-size: 12px;
  color: #0065B4;
  border: #0065B4 solid 1px;
  padding: 5px 10px;
}
/*plane-head*/
/*主营业务*/
.zyyw-plane {
  padding-bottom: 20px;
}
.zyyw-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.zyyw-list .zyyw-item {
  flex: 0 0 16.6666%
}
.zyyw-item .zyyw-icon {
  width: 180px;
  height: 148px;
  border-radius: 10px;
  border: #E6E6E6 solid 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}
.zyyw-item .zyyw-icon .iconfont {
  font-size: 40px;
  color: #0065B4;
}
.zyyw-item .zyyw-icon h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0px 0px 0px;
}
.zyyw-item .zyyw-icon:hover {
  background-color: #E60013;
}
.zyyw-item .zyyw-icon:hover h2, .zyyw-item .zyyw-icon:hover .iconfont {
  color: #ffffff;
}
/*主营业务*/
/*关于我们*/
.gywm-plane {
  margin: 0 auto;
  background-image: url("img/mian_about.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.gywm-wrap {
  height: 410px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gywm-wrap .gywm-info {
  align-self: center;
  width: 50%;
  color: #ffffff;
}
.gywm-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 23px;
}
.gywm-info p {
  font-size: 16px;
  line-height: 1.9
}
.gywm-info .gywm-more {
  margin-top: 30px;
  border: #EAEAEA solid 1px;
  padding: 3px 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.gywm-info .gywm-more i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
.gywm-info a:hover .gywm-more i {
  transform: rotate(-180deg);
}
/**/
.gywm-nav {
  display: flex;
  width: 40%;
  transform: translateY(50px);
}
.gywm-nav-item {
  width: 33.3333333333%;
  max-width: 240px;
}
.gywm-nav-item:nth-child(1) {
  background-color: #0065B4;
}
.gywm-nav-item:nth-child(2) {
  background-color: #F2F3F4;
}
.gywm-nav-item:nth-child(3) {
  background-color: #E60013;
}
.gywm-nav-con {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  color: #ffffff;
}
.gywm-nav-item:nth-child(2) .gywm-nav-con {
  color: #000000;
}
.gywm-nav-con p {
  opacity: 0.5;
}
.gywm-nav-icon {
  margin-bottom: 15px;
}
.gywm-nav-icon .iconfont {
  font-size: 26px;
}
.gywm-nav-item:nth-child(1) .iconfont {
  color: #A7D8FF
}
.gywm-nav-item:nth-child(2) .iconfont {
  color: #CCCCCC
}
.gywm-nav-item:nth-child(3) .iconfont {
  color: #FFA3AB
}
.gywm-nav-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/**/
.gywm-nav-item .gywm-nav-more {
  border: #EAEAEA solid 1px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gywm-nav-item .gywm-nav-more i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
.gywm-nav-item:nth-child(2) .gywm-nav-more {
  border: #3E3E3E solid 1px;
}
.gywm-nav-item:nth-child(2) .gywm-nav-more i {
  background-image: url("img/more-g.png");
}
.gywm-nav-item a:hover .gywm-nav-more i {
  transform: rotate(-180deg);
}
/*关于我们*/
/*成功案例*/
.cgal-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.3333%);
  grid-gap: 20px;
}
.cgal-con {
  position: relative;
}
.cgal-con .cgal-img img {
  width: 100%;
  height: auto;
}
.cgal-con .cgal-info {
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
}
.cgal-con .cgal-info::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 75px;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 30%, #000000);
  z-index: -1;
}
.cgal-con .cgal-info h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.cgal-con .cgal-info .cgal-over {
  display: none;
  padding: 0px 60px 50px 60px;
  font-size: 12px;
  text-align: center;
}
.cgal-over .cgal-more {
  margin-top: 20px;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cgal-over .cgal-more i {
  transition: transform .3s;
  width: 20px;
  height: 20px;
  background-image: url("img/more.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
/**/
.cgal-con:hover .cgal-info::before {
  display: none;
}
.cgal-con:hover .cgal-info {
  background-color: rgba(230, 0, 19, 0.90);
}
.cgal-con:hover .cgal-info .cgal-over {
  display: block;
}
/*成功案例*/
/*资讯动态*/
.zxdt-box {
  display: flex;
}
.zxdt-hot {
  width: 570px;
}
.zxdt-hot-img {
  width: 570px;
  height: 380px;
  overflow: hidden;
}
.zxdt-hot-img img {
  width: 570px;
  height: 380px;
  transform: scale(1);
  transition: all .3s ease-in-out;
  display: block;
}
.zxdt-hot-img:hover img {
  transform: scale(1.05);
}
.zxdt-hot-info {
  padding: 5px 0px 10px 0px;
}
.zxdt-hot-info h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.zxdt-hot-info p {
  font-size: 14px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zxdt-hot-info cite {
  display: block;
  padding: 10px 0px;
  font-size: 12px;
  color: #525252;
}
.zxdt-list {
  margin-left: 40px;
}
.zxdt-item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #EFEFEF solid 1px;
}
.zxdt-item:last-child {
  border-bottom: none;
}
.zxdt-item-img {
  overflow: hidden;
}
.zxdt-item-img img {
  width: 155px;
  height: 103px;
  transform: scale(1);
  transition: all .3s ease-in-out;
  display: block;
}
.zxdt-item-img:hover img {
  transform: scale(1.05);
}
.zxdt-item-info {
  flex: 1;
  margin-left: 20px;
}
.zxdt-item-info h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.zxdt-item-info h2 a:hover {
  color: #E60013;
}
.zxdt-item-info p {
  font-size: 14px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*资讯动态*/
/*咨询动态*/
.zxdh-plane {
  margin: 0 auto;
  background-image: url("img/zxghbg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.zxdh-title {
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.zxdh-title strong {
  font-weight: normal;
}
.zxdh-con {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  justify-content: center;
}
.zxdh-tel {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.zxdh-tel .iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.zxdh-online {
  border: #ffffff solid 1px;
  padding: 3px 10px;
}
.zxdh-online a {
  color: #ffffff;
}
/*咨询动态*/
/*底部导航*/
.footer {
  background-color: #2B2B2B;
}
/* footer-inner */
.footer-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  color: #B2B2B2;
}
.fot-logo {
  margin-bottom: 40px;
}
.fot-logo img {
  display: block;
  width: auto;
  height: 55px;
}
.fot-gzh {
  text-align: center;
  line-height: 3;
}
.fot-gzh img {
  display: block;
  width: 85px;
  height: 85px;
}
/* fot-menu */
.fot-menu {
  display: flex;
  padding-top: 20px;
}
.fot-menu dl {
  margin-left: 80px;
}
.fot-menu dt {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
.fot-menu dd {
  color: #808080;
  margin-bottom: 20px;
}
.fot-menu dd a {
  color: #B2B2B2;
  margin-bottom: 8px;
}
.fot-menu dd a:hover {
  color: #FFFFFF;
}
.fot-cel {
  display: flex;
}
.fot-cel-item:first-child {
  margin-right: 40px;
}
.fot-cel-item p {
  margin-bottom: 20px;
}
/* fot-tel */
.tel-box .tel-item {
  margin-bottom: 10px;
  font-size: 14px;
}
.tel-box .tel-item .iconfont {
  margin-right: 10px;
}
.fot-gzh {
  display: flex;
  padding: 20px 0px;
}
.fot-gzh .gzh-item {
  margin-right: 30px;
}
/*fot-gzh*/
/*底部导航*/
/*底部版权*/
.copy {
  background-color: #212121;
  color: #B2B2B2;
  padding: 20px 0px;
}
.copy-link {
  padding-bottom: 10px;
}
.copy-link i {
  font-style: normal;
  margin: 0px 10px;
}
.copy a {
  color: #B2B2B2;
}
.copy a:hover {
  color: #E5E5E5;
}
/*底部版权*/
/*返回顶部*/
#side_quick {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -213px;
  z-index: 10;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.2);
  width: 72px;
}
#side_quick ul {
  background: linear-gradient(to top, #eee, #fff);
}
#side_quick ul li {
  position: relative;
}
#side_quick ul li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  color: #0065B4;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
}
#side_quick ul li a:hover {
  color: #1380C8
}
#side_quick .iconfont {
  display: block;
  margin: 0px auto;
  font-size: 24px;
}
#side_quick ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
#side_quick ul li p {
  position: absolute;
  top: -20px;
  left: -150px;
  z-index: 99;
  width: 181px;
  height: 171px;
  display: none;
}
#side_quick ul li:hover p {
  display: block;
}
#side_quick ul li p img {
  width: 125px;
  height: 130px;
  margin: 20px auto auto 22px;
}
#side_quick ul li:last-child a:before {
  display: none;
}
#side_quick .up-btn {
  display: block;
  width: 100%;
  padding: 5px 0px;
  background-color: #0065B4;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
#side_quick .up-btn:hover {
  background-color: #1380C8;
}
/*返回顶部*/
/*页面图*/
.sub-visual {
  width: 100%;
  height: 230px;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.sub-visual-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-visual-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
}
.sub-visual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
}
.sub-visual-txt h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.sub-visual-txt .pcbr {
  display: inline-block;
  margin: 0px 5px;
}
/*页面图*/
/*当前位置*/
.current-plane {
  border-bottom: #E7E7E7 solid 1px;
}
.current-plane .page-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.current-plane .current-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
  background-image: url("img/dang001@2x.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #868686;
}
.current-txt .iconfont {
  margin-right: 5px;
}
.current-txt a {
  color: #868686;
}
.current-txt a:hover {
  color: #E60013;
}
/*当前位置*/
/*页面子导航*/
.subnav-box ul {
  display: flex;
  align-items: center;
  border-left: #EBEBEB solid 1px;
}
.subnav-box li {
  padding: 10px 15px;
  border-right: #EBEBEB solid 1px;
}
.subnav-box li a {
  display: block;
  padding: 5px;
  color: #333333;
  font-weight: bold;
}
.subnav-box li a:hover {
  color: #E60013;
}
.subnav-box li.hover {
  background-color: #E60013;
}
.subnav-box li.hover a {
  color: #FFFFFF;
}
/*页面子导航*/
/*正文*/
.detail-title {
  padding: 30px 0px 30px 0px;
  border-bottom: #ccc dashed 1px;
  text-align: center;
}
.detail-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4c4c4c;
}
.detail-title p {
  font-size: 14px;
  color: #999;
}
.detail-title p span {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.shang-xia {
  padding: 20px 0px;
}
.shang-xia p {
  color: #8f8f8f;
  margin-bottom: 10px;
}
.shang-xia p a:hover {
  color: #1380C8;
}
/*.detail-edit*/
.detail-edit {
  padding: 20px 0px;
  font-size: 16px;
}
.detail-edit p {
  line-height: 2em;
  margin-bottom: 1em;
}
.detail-edit img {
  max-width: 100% !important;
	height: auto !important;
  display: inline-block;
  margin: 0px auto;
}
.detail-edit iframe {
  max-width: 100%;
  margin: 0px auto;
  width: 100%;
  height: 500px;
  display: block;
}
.detail-edit table {
  max-width: 100%;
  float: none;
}
.detail-edit table {
  font-size: 14px;
}
.detail-edit table tr {
  border-top: #A7A7A7 solid 1px;
  border-right: #A7A7A7 solid 1px;
}
.detail-edit table td {
  padding: 5px;
  border-bottom: #A7A7A7 solid 1px;
  border-left: #A7A7A7 solid 1px;
}
.detail-edit ol {
  padding: 20px;
}
.detail-edit li {
  list-style: decimal;
  margin-bottom: 15px;
}
/*正文*/
/*大事记*/
.dashiji-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 30px 30px;
  padding: 20px 0px;
}
.dashiji-item {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.dashiji-img {
  overflow: hidden;
}
.dashiji-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.dashiji-img:hover img {
  transform: scale(1.05);
}
.dashiji-info {
  padding-top: 20px;
}
.dashiji-info b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dashiji-info p {
  color: #6C6C6C
}
/*大事记*/
/*翻页*/
.list-fanye {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0px;
  margin: 20px 0px;
}
.list-fanye a[title="Total record"] {
  display: none;
}
.list-fanye a, .list-fanye b {
  border: 1px solid #d5d5d5;
  min-width: 40px;
  padding: 0px 10px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: #0a0a0a;
  font-size: 14px;
  box-sizing: border-box;
}
.list-fanye b, .list-fanye a:hover {
  border: 1px solid #E60013;
  background: #E60013;
  color: #fff;
}
/*翻页*/
/*公司荣誉*/
.gongsirongyu-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 30px 30px;
  padding: 20px 0px;
}
.gongsirongyu-item {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.gongsirongyu-img {
  overflow: hidden;
}
.gongsirongyu-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.gongsirongyu-img:hover img {
  transform: scale(1.05);
}
.gongsirongyu-info {
  padding-top: 20px;
  text-align: center;
}
.gongsirongyu-info p {
  color: #6C6C6C;
}
/*公司荣誉*/
/*资质资格*/
.zizhizige-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 30px 30px;
  padding: 20px 0px;
}
.zizhizige-item {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.zizhizige-img {
  overflow: hidden;
}
.zizhizige-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.zizhizige-img:hover img {
  transform: scale(1.05);
}
.zizhizige-info {
  padding-top: 20px;
  text-align: center;
}
.zizhizige-info p {
  color: #6C6C6C;
}
/*资质资格*/
/*联系我们*/
.lianxiwomen-box {
  display: flex;
  padding: 30px 0px;
  align-items: center;
}
.lianxiwomen-info {
  flex: 1;
  margin-right: 30px;
}
.lianxiwomen-info h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.lianxiwomen-info p {
  line-height: 1.9;
}
.lianxiwomen-item {
  padding-top: 30px;
}
.lianxiwomen-item li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0065B4;
}
.lianxiwomen-item .iconfont {
  margin-right: 5px;
}
.lianxiwomen-img {
  width: 400px;
}
.lianxiwomen-img img {
  display: block;
  width: 100%;
  height: auto;
}
.map-box {
  height: 550px;
}
/*联系我们*/
/*业务范围*/
.yewufanwei-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 20px;
  padding: 20px 0px;
}
.yewufanwei-item {
  background-color: #F7F7F7;
  padding: 30px 20px;
}
.yewufanwei-icon .iconfont {
  font-size: 40px;
  color: #0065B4;
}
.yewufanwei-item h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0px;
  margin-bottom: 20px;
  position: relative;
}
.yewufanwei-item h2::before {
  content: '';
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #0065B4;
}
.yewufanwei-item p {
  line-height: 1.9;
}
.yewufanwei-item:hover {
  background-color: #F4FAFF;
}
/*业务范围*/
/*成功案例*/
.chenggonganli-grid {
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-gap: 30px;
  padding: 30px 0px;
}
.chenggonganli-grid .cgal-con {
  margin: 0px;
}
/*成功案例*/
/*成功案例详情页*/
.main-sidebar {
  display: flex
}
.main-sidebar .main-box {
  flex: 1;
}
.main-sidebar .sidebar-box {
  margin-left: 30px;
}
/*成功案例详情页*/
/*侧边栏*/
.sidebar-list {
  width: 315px;
}
.sidebar-item {
  box-shadow: 0 0 10px rgb(51 51 51 / 20%);
  margin: 20px 0px 20px 0px;
  padding: 20px;
}
.sidebar-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: #DCDEE0 solid 1px;
  color: #525252;
}
.sidebar-title span {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
.sidebar-con li {
  padding: 5px 0px;
}
.sidebar-con li a {
  color: #525252;
}
/*侧边栏*/
/*资讯动态列表页*/
.zixundongtai-list {
  padding: 20px 0px;
}
.zixundongtai-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #EFEFEF solid 1px;
}
.zixundongtai-item:last-child {
  border-bottom: none;
}
.zixundongtai-item-img {
  overflow: hidden;
}
.zixundongtai-item-img img {
  width: 200px;
  height: 135px;
  transform: scale(1);
  transition: all .3s ease-in-out;
  display: block;
}
.zixundongtai-item-img:hover img {
  transform: scale(1.05);
}
.zixundongtai-item-info {
  flex: 1;
  margin-left: 30px;
}
.zixundongtai-item-info h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.zixundongtai-item-info h2 a:hover {
  color: #E60013;
}
.zixundongtai-item-info p {
  font-size: 16px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
}
.zixundongtai-item-info cite {
  display: inline-block;
  padding-top: 10px;
  color: #9A9A9A;
}
/*资讯动态列表页*/
/**/
/**/
/**/
/**/
/*招标信息*/
.zbxx-tab {
  margin-bottom: 10px;
}
.zbxx-tab ul {
  display: flex;
  justify-content: center;
}
.zbxx-tab ul li {
  display: inline-block;
  font-size: 14px;
  color: #0065B4;
  border: #0065B4 solid 1px;
  padding: 5px 10px;
  margin: 0px 5px;
  cursor: pointer;
}
.zbxx-tab ul li.on {
  color: #ffffff;
  border: #e60013 solid 1px;
  background-color: #e60013;
}
.zbxx-list {
  line-height: 50px;
  font-size: 18px;
  position: relative;
}
.zbxx-list li {
  border-bottom: #eaeaea dashed 1px;
  display: flex;
}
.zbxx-list li:hover {background-color:#F1F1F1;}
.zbxx-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.zbxx-list li a {
  display: flex;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zbxx-list li a:hover {color: #e60013;}
.zbxx-list li:last-child {
  border-bottom: none;
}
.zbxx-list li a:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 4px;
  height: 4px;
  background-color: #666;
  vertical-align: middle;
}
.zbxx-list li a .xw {
  color: #cc0000;
}
.zbxx-list li a cite {
  margin-right: 10px;
  display: inline-block;
}
.zbxx-list span {
  color: #999;
}
.zbxx-more {
  display: block;
  text-align: right;
}
.zbxx-more a:hover {color: #e60013;}
/*招标信息*/
/**/
/**/
/**/
/**/
/**/
/*移动端菜单*/
.btn-mobile {
  display: none;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  padding-right: 10px;
  overflow: hidden;
  color: transparent;
  text-indent: -99px;
  border: 0;
  background-color: transparent;
}
.header-lines {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background-color: #0080C8;
  transform: translate(-50%, -50%);
  transition: visibility .3s, opacity .3s, background-color .3s
}
.header-lines::before, .header-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0080C8;
  transition: background-color .3s, transform .3s
}
.header-lines::before {
  top: -9px
}
.header-lines::after {
  bottom: -9px
}
.btn-mobile.close .header-lines {
  background-color: transparent !important
}
.btn-mobile.close .header-lines:before, .btn-mobile.close .header-lines:after {
  top: 100%;
  bottom: auto;
}
.btn-mobile.close .header-lines:before {
  transform: rotate(45deg);
}
.btn-mobile.close .header-lines:after {
  transform: rotate(-45deg);
}
/* 菜单导航 */
.body-mobile {
  overflow: hidden;
}
.header.mobile-open {
  background-color: #fff;
  box-shadow: none;
}
.header.mobile-open .logo-g {
  display: none;
}
.header.mobile-open .logo-fot {
  display: block;
}
.mobile-menu {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  background-color: #fff;
  transition: visibility .3s, opacity .3s, transform .3s;
  z-index: 2000
}
.mobile-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0)
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px)
}
.mobile-menu-content {
  height: calc(100% - 100px);
  padding-bottom: 40px;
  margin-top: 30px
}
.mobile-nav {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}
.mobile-nav .main-nav-item {
  position: relative
}
.main-nav-child {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 30px;
}
.main-nav-child .main-nav-text {
  flex: 1;
  font-size: 20px;
}
.main-nav-child .main-nav-child-button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -99px;
  background-image: url("img/open.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  z-index: 50
}
.mobile-nav .main-nav-item.open .main-nav-child-button {
  transform: rotate(180deg)
}
.mobile-nav .main-nav-item .main-nav-sub {
  display: none;
  position: relative;
  padding: 10px 30px;
  margin-top: -1px;
  background-color: #f8f8f8;
  z-index: 50
}
.mobile-nav .main-nav-sub .main-nav-item {
  padding: 10px 0
}
.mobile-nav .main-nav-sub .main-nav-item:last-child {
  padding-bottom: 0
}
.mobile-nav .main-nav-sub .main-nav-text {
  font-size: 18px;
  color: #555
}
/*移动端菜单*/
/*自适应*/
@media screen and (max-width: 1279px) {
  /*页面布局*/
  .page-w {
    margin: 0px auto;
    padding: 0px 5px;
    width: auto;
  }
  html, body {
    width: auto;
    min-width: inherit;
  }
  body {
    padding-top: 57px;
  }
  /*页面布局*/
  /*移动菜单*/
  .header {
    z-index: 999;
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    top: 0;
    z-index: 998;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .logo-box .logo-img {
    display: none;
  }
  .logo-box .logo-img-m {
    display: block;
  }
  .nav-box {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .btn-mobile {
    display: block;
  }
  .header.floating .header-lines, .header.floating .header-lines::before, .header.floating .header-lines::after {
    background-color: #222;
  }
  /*移动菜单*/
  /*轮播图*/
  .banner-plane {
    width: 100%;
    min-width: inherit;
  }
  /*轮播图*/
  /*侧边栏*/
  #side_quick {
    display: none;
  }
  /*侧边栏*/
  /*页面底部*/
  .fot-menu {
    display: none;
  }
  .footer-inner {
    display: block;
    padding: 10px 0;
  }
  .fot-menu dl {
    margin-left: 10px;
  }
  .fot-logo {
    display: none;
  }
  .fot-gzh {
    padding: 5px 0px;
    justify-content: center;
  }
  .fot-gzh .gzh-item {
    margin-right: 0px;
  }
  /*底部*/
  /*咨询电话*/
  .zxdh-plane {
    padding: 30px 0px;
  }
  .zxdh-title {
    font-size: 22px;
  }
  .zxdh-con {
    flex-direction: column;
  }
  .zxdh-tel {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /*咨询电话*/
  /*资讯动态*/
  .zxdt-box {
    flex-direction: column;
  }
  .zxdt-hot {
    width: inherit;
    margin-bottom: 10px;
    border-bottom: #EFEFEF solid 1px;
  }
  .zxdt-hot-img {
    width: inherit;
    height: inherit;
  }
  .zxdt-hot-img img {
    width: 100%;
    height: auto;
  }
  .zxdt-list {
    margin-left: 0px;
  }
  /*资讯动态*/
  /*板块标题*/
  .plane-head {
    padding: 10px 0px;
  }
  .head-more {
    display: none;
  }
  /*板块标题*/
  /*成功案例*/
  .cgal-grid {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px;
  }
  .cgal-con .cgal-info::before {
    height: 35px;
  }
  .cgal-con .cgal-info h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /*成功案例*/
  /*关于我们*/
  .gywm-wrap {
    flex-direction: column;
    height: auto;
    padding: 5px 0px;
  }
  .gywm-wrap .gywm-info {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }
  .gywm-wrap .gywm-info a {
    display: none;
  }
  .gywm-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .gywm-info p {
    font-size: 14px;
  }
  .gywm-nav {
    width: 100%;
    transform: none;
    flex-direction: column;
  }
  .gywm-nav-item {
    width: 100%;
    max-width: none;
  }
  .gywm-nav-con {
    display: flex;
    padding: 30px;
    flex-direction: row;
    align-items: center;
  }
  .gywm-nav-icon {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .gywm-nav-tit {
    flex: 1;
    justify-content: flex-end;
  }
  .gywm-nav-tit h5 {
    margin-right: 20px;
  }
  .gywm-plane {
    margin-bottom: 0px;
  }
  /*关于我们*/
  /*	主营业务*/
  .zyyw-list {
    justify-content: flex-start;
  }
  .zyyw-list .zyyw-item {
    flex: 0 0 33.3333%;
  }
  .zyyw-item .zyyw-icon .iconfont {
    font-size: 30px;
  }
  .zyyw-item .zyyw-icon h2 {
    font-size: 12px;
    padding: 10px 0px 0px 0px;
  }
  .zyyw-item .zyyw-icon {
    width: 116px;
    height: 116px;
    margin-bottom: 10px;
  }
  /*主营业务*/
  /*	轮播图*/
  .banner-plane .swiper-slide img {
    height: 180px;
  }
  /*	轮播图*/
  /*	当前位置*/
  .current-plane .current {
    display: none;
  }
  .subnav-box li {
    padding: 0px 2px;
    border-right: #EBEBEB solid 1px;
  }
  .sub-visual {
    height: 150px;
  }
  .page-subnav {
    flex: 1;
  }
  .subnav-box ul {
    justify-content: center;
  }
  /*	当前位置*/
  /*	详情页*/
  .detail-title {
    padding: 10px 0px 10px 0px;
  }
  /*	详情页*/
  /*大事记*/
  .dashiji-grid {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px 10px;
    padding: 10px 0px;
  }
  .dashiji-item {
    padding: 5px;
  }
  .dashiji-info {
    padding-top: 10px;
  }
  .dashiji-info b {
    font-size: 16px;
    margin-bottom: 0px;
  }
  /*大事记*/
  /*翻页*/
  .list-fanye a, .list-fanye b {
    min-width: 20px;
    padding: 0px 0px;
    height: 20px;
    border-radius: 20px;
    margin: 0 3px;
    font-size: 12px;
  }
  /*翻页*/
  /*公司荣誉*/
  .gongsirongyu-grid {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px 10px;
    padding: 10px 0px;
  }
  .gongsirongyu-item {
    padding: 5px;
  }
  .gongsirongyu-info {
    padding-top: 10px;
  }
  .gongsirongyu-info p {
    font-size: 12px;
  }
  /*公司荣誉*/
  /*资质资格*/
  .zizhizige-grid {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px 10px;
    padding: 10px 0px;
  }
  .zizhizige-item {
    padding: 5px;
  }
  .zizhizige-info {
    padding-top: 10px;
  }
  .zizhizige-info p {
    font-size: 12px;
  }
  /*资质资格*/
  /*	联系我们*/
  .lianxiwomen-info h1 {
    text-align: center;
  }
  .lianxiwomen-info {
    margin-right: 0px;
  }
  .lianxiwomen-box {
    display: block;
    padding: 10px 0px;
  }
  .lianxiwomen-item {
    padding-top: 10px;
  }
  .lianxiwomen-img {
    display: none;
  }
  .map-box {
    height: 300px;
  }
  /*	联系我们*/
  /*资讯动态*/
  .sidebar-box {
    display: none;
  }
  .zixundongtai-list {
    padding: 10px 0px;
  }
  .zixundongtai-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .zixundongtai-item-img img {
    width: 156px;
    height: 104px;
  }
  .zixundongtai-item-info {
    margin-left: 10px;
  }
  .zixundongtai-item-info h2 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .zixundongtai-item-info p {
    letter-spacing: normal;
  }
  .zixundongtai-item-info cite {
    padding-top: 5px;
  }
  /*资讯动态*/
  /*	成功案例*/
  .chenggonganli-grid {
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px;
    padding: 10px 0px;
  }
  .cgal-con:hover .cgal-info {
    background: none;
  }
  .cgal-con:hover .cgal-info .cgal-over {
    display: none;
  }
  /*	成功案例*/
  /*	业务范围*/
  .yewufanwei-grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px;
    padding: 10px 0px;
  }
  .yewufanwei-item {
    background-color: #F7F7F7;
    padding: 10px 10px;
  }
  .yewufanwei-item h2 {
    font-size: 16px;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  .yewufanwei-item p {
    line-height: inherit;
    font-size: 12px;
  }
  /*	业务范围*/
}
/*自适应*/
/**/
/**/
/**/
/**/
/**/
/**/